| 1. | Wait , it releases the lock and enters the waiting queue 时,它将释放锁并进入等待队列。 |
| 2. | Is sent , only the thread at the head of the waiting queue is affected ,则只影响位于等待队列最前面的线程。 |
| 3. | It releases the lock on the object and enters the object s waiting queue 时,它释放对象的锁并进入对象的等待队列。 |
| 4. | Notifies a thread in the waiting queue of a change in the locked object s state 通知等待队列中的线程锁定对象状态的更改。 |
| 5. | Channel , waiting queue 等待队列信道 |
| 6. | However , it is not always convenient to wake up all sleeping processes in a wait queue 然而,要唤醒等待队列中所有睡眠的进程有时并不方便。 |
| 7. | All threads that call wait remain in the waiting queue until they receive a signal from 的线程都将留在等待队列中,直到它们接收到由锁的所有者发送的 |
| 8. | The thread that invoked wait remains in the waiting queue until either a thread that holds the lock invokes 的线程保留在等待队列中,直到拥有锁的线程调用 |
| 9. | When the signal is received , one or more threads leave the waiting queue and enter the ready queue 接收到信号后,一个或多个线程将离开等待队列而进入就绪队列。 |
| 10. | A reference to a waiting queue , which contains the threads that are waiting for notification of a change in the state of the locked object 对等待队列的引用,它包含正在等待锁定对象状态变化通知的线程。 |